/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}




/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}



.wh{max-width:1630px;margin:0 auto;padding:0 15px;}


.com-img{overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}



.roll_product {float: left;}



.tbewm{
    max-width: 100px;
    margin-top: 22px;
    margin-right: 25px;
}
.tbewm img{
    max-width: 100%;
}

/*头部样式*/
.top1{background:#ececec;height:31px;line-height:31px;overflow:hidden;font-size:13px;}
.k1{color:#666;}
.k1 a{color:#666;}


.top2{height:141px;overflow:hidden;}
.logo{float:left;line-height:141px;width:14.2%;}
.logo img{width:100%;}

.twz{background:url(//cdn.myxypt.com/6f95e47b/23/08/eaf1ad86ab2248d8e316cf6ede6189a3c52f3701.png) no-repeat left center;color:#333333;font-size:28px;font-weight:bold;padding-left:31px;margin-left:24px;margin-top:32px;}
.twz p:nth-child(2){color:#666666;font-size:16px;font-weight:normal;}

.k2{margin-top:38px;font-size:29px;color:#014099;line-height:35px;background: url(//cdn.myxypt.com/6f95e47b/23/08/3282b617a61757359ba45cb638102578018a8db1.png) no-repeat left center;padding-left:55px;}
.k2 p:nth-child(2){font-weight:bold;font-family:"Arial";}

.kk{color:#555555;}



/*热门搜索*/
.hotSearch{font-weight:normal;color:#bebfc0;font-size:18px;margin-top:28px;}
.hotSearch a{padding-right:5px;color:#bebfc0;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}







/* 导航样式 */
#menu{background:#014099;height:66px;}
#menu.cur{position: fixed;width: 100%;left: 0;top:0;z-index: 99999;}


/*搜索和热门搜索*/
.topr{width:26px;}
.ss{position: relative;}
#formsearch2{
    position: absolute;
    right: 0;
    top: 66px;
    z-index: 999;
    display: none;
    width: 214px;
}
#formsearch2 input{
    line-height: 30px;
    height: 30px;
    border: none;
    outline: none;
}
#formsearch2 #keyword{
    width: 160px;
    padding-left: 10px;color:#333;
}
#formsearch2 #s_btn{
    width: 50px;
    background: #014099;
    color: #fff;

    text-align: center;
    padding: 0;font-size:12px;
}
.ss-btn{line-height:66px;cursor:pointer;
   
}

#formsearch2 input::-webkit-input-placeholder{color:#333;}
#formsearch2 textarea::-webkit-input-placeholder{color:#333;}
.tdh{line-height:66px;color:#fff;font-size:16px;margin-right:20px;display:none;}
#menu.cur .tdh{display:block;}






.dao{width: calc(100% - 30px);float:left;}
.x-menu{width:100%;}
.x-menu > li {
  float: left;
  position: relative;
 text-align:center;width: 12.28%;;
}

.x-menu > li > a {
  display: block;
  font-size: 17px;
  color: #fff;
  line-height:66px;
}

.x-menu > li:hover > a {
  background: #014099;
  color: #fff;
}

.x-menu > li.active > a {

}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99999;
  width: 100%;
  left: -0%;
  top: 66px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;

  font-size: 14px;
  color: #333;
  line-height:40px;
 height:40px;overflow:hidden;
}

.x-sub-menu > li > a:hover {
  
}


@media (max-width:1024px) {
 .twz{display:none;}
 .x-menu > li > a{font-size:15px;}
 .hotSearch{font-size:15px;}

}


.product_list1{margin-top:38px;}
.product_list1 li{float:left;margin-right:57px;margin-bottom:28px;}
.product_list1 li:nth-child(4n){margin-right:0;}
.product_list1 li img{width:257px;height:293px;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#3f3f3f;font-size:20px;}


/*主体样式*/
.box1{overflow:hidden;padding-top:40px}
.box1 .wh{display:flex;justify-content:space-between;}
.cpz{width:14.06%;background:#014099;border:1px solid #014099;}
.cptt{color:#fff;text-align:center;font-size:30px;line-height:126px;}

.prolist{background:#fff;padding:12px 15px 6px;}
.prolist li{margin-bottom:7px;background:#f2f1f1;}
.prolist li a{line-height:31px;color:#000000;font-size:14px;background:url(//cdn.myxypt.com/6f95e47b/23/08/908b3d953872907e04e30742e3c3e37badc45b1b.png) no-repeat 95% center;width:100%;text-indent:4px;display:block;height:31px;overflow: hidden;}
.prolist li:hover{background:#014099;}
.prolist li:hover a{color:#fff;background:url(//cdn.myxypt.com/6f95e47b/23/08/8dc8fd58d8de8abc1f65fb1f75b20141c5bf91c5.png) no-repeat 95% center;}

.cpdh{color:#fff;text-align:center;padding-top:3.5vw;}
.rx{font-size:20px;}
.cpdh h2{font-size:26px;font-family:"Arial";margin-top:10px;}


.cp{width:84.81%;}
/* .proimg{display:none;}
.proimg.clicked{display:block;} */
.proimg ul{display: flex; justify-content: space-between;flex-wrap:wrap; }
.proimg li{position:relative;border:1px solid #014099;background:#014099;width:24%;}
.proimg li .img img{width:100%;display:block;}
.proimg li h3{line-height:58px;text-align:center;color:#fff;font-size:20px;height:58px;overflow:hidden;}
.proimg li:nth-child(n+5){margin-top:20px;}


@media (max-width:1440px) {
  /* .cptt{line-height:110px;}
  .prolist li a{line-height:50px;}
  .prolist{padding:20px 10px 0;}
  .prolist li{margin-bottom:20px;}
  .cpdh{padding-top:50px;} */
  .cpdh{padding-top:2.3vw;}
}


@media (max-width:1024px) {
    .logo{width:auto;}
    .k2{font-size:22px;}
  .box1 .wh{flex-wrap:wrap;}
  .cpz{width:100%;}
  .cpdh{display:none;}
  .cp{width:100%;margin-top:20px;}
  .cptt{line-height:70px;font-size:28px;}
  .prolist li{width:49%;float:left;}
  .prolist li:nth-child(2n){float:right;}
  .proimg li h3{line-height:50px;font-size:16px;height:50px;}
}


@media (max-width:425px) {
  .cptt{line-height:50px;font-size:20px;}
  .prolist{padding:10px 8px 0;}
  .prolist li{margin-bottom:10px;}
  .prolist li a{line-height:40px;font-size:14px;}
  .proimg li{width:49%;}
  .proimg li:nth-child(n+3){margin-top:10px;}
  .proimg li h3{line-height:40px;font-size:15px;height:40px;}
}


@media (max-width:320px) {
  .cptt{font-size:18px;}
  .prolist li{width:100%;float:none;}
  .prolist li:nth-child(2n){float:none;}
}




.box2{background:#fefefa;padding:8vw 0 5vw;overflow:hidden;}
.ab{display:flex;justify-content:space-between;}
.abpic{width:48.06%;}
.abpic img{width:100%;display:block;}
.about{width:47.38%;}
.abtt{color:#333333;font-size:42px;}
.abwz{color:#333333;font-size:18px;line-height:36px;margin:43px 0 20px;overflow:hidden;}
a.am{color:#fff;font-size:18px;line-height:50px;background:#1c53a0;width:210px;display:block;text-align:center;}

.sj{background-color: rgb(255, 255, 255);box-shadow:0 0 10px #ddd;margin-top:4.17vw;padding:3% 0;}
.sj li{width:25%;float:left;padding-left:7%;}
.sj li+li{background:url(//cdn.myxypt.com/6f95e47b/23/08/8a885b83c374a939b9c78b37800ceac44df4b6d4.png) no-repeat left center;}
.sj li .img{width:20%;}
.sj li .det{width:70%;}
.sj li h3{color:#014099;font-size:36px;float:left;line-height:40px;}
.sj li i{color:#014099;font-size:36px;float:left;font-style:normal;line-height:40px;}
.sj li span{color:#333131;font-size:16px;float:left;margin-top:12px;margin-left:5px;}
.sj li p{color:#434343;font-size:24px;font-weight:300;}


@media (max-width:1440px) {
  .abwz{line-height:35px;height:210px;margin:40px 0;}
}

@media (max-width:1024px) {
  .abwz{height:105px;}
  .sj li{padding-left:4%;}
  .sj li h3{font-size:30px;line-height:40px;}
  .sj li i{font-size:30px;line-height:40px;}
  .sj li p{font-size:18px;}
  .sj li .img{width:30%;}
  .sj li .img img{width:100%;}
  .sj li .det{width:62%;}
  .abtt{font-size:36px;}
}


@media (max-width:768px) {
  .ab{flex-wrap:wrap;}
  .abpic{width:100%;}
  .about{width:100%;margin-top:20px;}
  .abtt{font-size:35px;}
  .abwz{font-size:16px;line-height:30px;margin:20px 0;height:auto;}
 .sj li+li{background:none;}
 .sj li .img{display:none;}
 .sj li .det{width:100%;}
}

@media (max-width:425px) {
  .abtt{font-size:25px;}
  .abwz{font-size:14px;line-height:28px;}
  a.am{font-size:16px;line-height:40px;width:180px;}
  .sj li{width:50%;float:left;}
  .sj li:nth-child(n+3){margin-top:10px;}
  .sj li h3{font-size:25px;line-height:30px;}
  .sj li i{font-size:25px;line-height:30px;}
  .sj li p{font-size:16px;}
  .sj li span{margin-top:5px;font-size:14px;}
}



.box3{background:url(//cdn.myxypt.com/6f95e47b/23/08/43eaa8bc675cc0bdce14504c101717720429aa48.jpg) no-repeat;background-size:100% 100%;overflow:hidden;padding:4.58vw 0;}
.bt{text-align:center;color:#fff;}
.bt h2{font-size:42px;}
.bt h3{font-size:18px;margin-top:12px;}
.box3 .cont{margin-top:2.86%;}

.tab{display:none;}
.tab.clicked{display:block;}
.tab li{position:relative;}
.tab li .det{width:54.62%;background:#014099;padding:4% 0;}
.tab li .nr{margin-left:8.7%;width:57.89%;color:#fff;}
.tab li .ybt{font-size:42px;}
.tab li h3{font-size:34px;border-bottom:1px solid #ffffff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-bottom:18px;margin-top:30px;}
.tab li h4{font-size:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:"黑体";margin-top:15px;}
.tab li h5{font-size:18px;font-family:"黑体";line-height:30px;margin-top:35px;}
.tab li .zx{width:125px;line-height:37px;background:#fff;text-align:center;color:#003318;font-size:18px;font-family:"黑体";margin-top:28px;display:block;letter-spacing:2px;}
.tab li .img{width:49.38%;position:absolute;right:0;top:12%;z-index:999;}
.tab li .img img{width:100%;display:block;}

.tabli{width:54.62%;margin-top:50px;}
.tabli li{font-size:20px;font-family:"黑体";letter-spacing:2px;width:140px;line-height:56px;border:2px solid #fff;color:#fff;cursor:pointer;text-align:center;margin-right:50px;float:left;}
.tabli li.cur{background:#1c53a0;}


@media (max-width:1440px) {
  .tab li .det{padding:3% 0;}
  .tabli{margin-top:40px;}
  .tabli li{margin-right:30px;line-height:50px;}
}

@media (max-width:1024px) {
  .bt h2{font-size:36px;}
  .bt h3{font-size:16px;margin-top:10px;}
  .tabli{width:100%;}
  .tab li .ybt{font-size:36px;}
  .tab li h3{font-size:30px;}
  .tab li .img{top:8%;}
}


@media (max-width:768px) {
  .tab li .det{width:100%;padding:4% 0;margin-bottom:20px;}
  .tab li .img{width:100%;position:static;}
  .tabli ul{display:flex;justify-content:space-between;}
  .tabli li{font-size: 19px; margin-right:0;width:22%;}
  .tab li .nr {width: 81.89%;}
  .bans {
    max-width: 100%;
    overflow: hidden;
  }
}

@media (max-width:425px) {
   .bt h2{font-size:25px;}
   .bt h3{font-size:14px;margin-top:10px;}
   .tab li .nr{margin-right:8%;margin-left:8%;width:84%;}
   .tab li .ybt{font-size:25px;}
   .tab li h3{font-size:20px;margin-top:15px;}
   .tab li h4{font-size:16px;}
   .tab li h5{font-size:16px;margin-top:20px;}
   .tab li .zx{font-size:16px;letter-spacing:1px;margin-top:20px;}
   .tabli{margin-top:20px;}
   .tabli li{font-size:15px;letter-spacing:0;line-height:40px;}
}

@media (max-width:375px) {
   .tabli ul{flex-wrap:wrap;}
   .tabli li{width:48%;}
   .tabli li:nth-child(n+3){margin-top:10px;}
   .tab li .ybt{font-size:25px;}
   .tab li h3{font-size:20px;}
   .tab li h5{font-size:14px;line-height:25px;margin-top:15px;}
}


.box4{overflow:hidden;margin:4.58vw 0 3vw;}
.c6_index{margin-top:2.5vw;}



.box5{background:#014099;overflow:hidden;padding:2.08vw 0 1vw;}
.hzzb{width:13%;margin-top:70px;}
a.hzm{display:block;text-align:center;color:#fff;border-top:1px solid #fff;border-bottom:1px solid #fff;font-size:18px;width:100px;line-height:45px;margin:0 auto;margin-top:30px;}
.large-img{width:81%;float:right;}
.large-img li{margin-bottom:20px;}
.large-img li img{display:block;width:100%;}
.large-img .slick-slide{margin:0 10px;}



@media (max-width:1440px) {
  .hzzb{width:15%;}
}

@media (max-width:1024px) {
 .hzzb{width:100%;float:none;margin-top:0;}
 .large-img{width:100%;float:none;margin-top:20px;}
 a.hzm{display:none;}
}


@media (max-width:480px) {
 .large-img li{margin-bottom:10px;}
 .large-img .slick-slide{margin:0 5px;}
}

.box6{overflow:hidden;padding:4.48vw 0 3.44vw;}
.xw{position:relative;margin-top:2.86vw;margin-left:-45px;margin-right:-45px;}
.xw a{outline:none;border:none;}
.xw .slick-slide{position:relative;margin:0 45px;}
.xw  li .img img{width:100%;margin:0 auto;border:1px solid #d2d2d2;}
.xw  li h3{color:#333333;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:22px 0 16px;}
.xw  li h5{color:#999999;font-size:14px;overflow:hidden;line-height:23px;}
.xw  li h4{color:#999999;font-size:14px;font-family:"Arial";margin-top:20px;}
.xw li :hover .img img{border-color:#014099;}
.xw li :hover h3{color:#014099;}

.xw .slick-dots{width:100%;text-align:center;margin-top:3.12vw;}
.xw .slick-dots li{background:#333333;text-indent:-10000px;overflow:hidden;width:10px;height:10px;margin: 0 10px!important;border-radius:0%;border:none;outline:none;display:inline-block;}
.xw .slick-dots li.slick-active{background:#1c53a0!important;}
.xw .slick-dots li button{display: none;}

@media (max-width:1440px) {
  .xw{margin-left:-20px;margin-right:-20px;}
  .xw .slick-slide{margin:0 20px;}
}


@media (max-width:768px) {
  .xw{margin-left:-10px;margin-right:-10px;}
  .xw .slick-slide{margin:0 10px;}
}

@media (max-width:425px) {
 .xw  li h3{font-size:14px;margin:15px 0 10px;}
 .xw  li h5{font-size:12px;line-height:20px;}
 .xw  li h4{font-size:12px;margin-top:15px;}
 .xw .slick-dots li{width:8px;height:8px;margin: 0 5px!important;}
}


.wh1260{max-width: 1290px;margin:0 auto;padding:0 15px;}

.new-show {
    margin-top: 70px;
}

.new-left {
    float: left;
    width: 62%;
}

.new-tit {
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.new-tit ul {
    float: left;
}

.new-tit ul li {
    float: left;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.new-tit ul li+li::before {
    position: absolute;
    content: '';
    height: 18px;
    width: 1px;
    background-color: #ddd;
    top: 7px;
    left: -33px;
}

.new-tit ul li.cur {
    color: #053e95;
}

.new-tit ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: #053e95;
    transition: all .3s ease;
    margin-top: 15px;
}

.new-tit ul li.cur::after {
    width: 100%;
}

.new-tit ul li:nth-child(2) {
    margin-left: 65px;
}

.new-tit a {
    float: right;
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.new-tit a:hover {
    color: #053e95;
}

.new-warp .new-con {
    display: none;

}

.new-top {
    border-bottom: dashed 1px #ddd;
    padding-top: 25px;
    padding-bottom: 40px;
}

.new-top ul li a {
    display: block;
}

.new-top ul li a .new-img {
    float: left;
    width: 39%;
    overflow: hidden;
}

.new-top ul li a .new-img img {
    max-width: 100%;
}

.new-top ul li a .new-text {
    float: right;
    width: 57%;
    padding-top: 10px;
}

.new-top ul li a .new-text h3.tit {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    transition: all .3s ease;
    display: -webkit-box;
    /**å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹å±•ç¤º**/
    -webkit-box-orient: vertical;
    /**è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å­å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼**/
    -webkit-line-clamp: 1;
    /**æ˜¾ç¤ºçš„è¡Œæ•°**/
    overflow: hidden;
    /**éšè—è¶…å‡ºçš„å†…å®¹**/
}

.new-top ul li a .new-text .new-clf {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.new-top ul li a .new-text .new-clf .text {
    width: 76%;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    /**å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹å±•ç¤º**/
    -webkit-box-orient: vertical;
    /**è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å­å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼**/
    -webkit-line-clamp: 3;
    /**æ˜¾ç¤ºçš„è¡Œæ•°**/
    overflow: hidden;
    /**éšè—è¶…å‡ºçš„å†…å®¹**/
}

.new-top ul li a .new-text .new-clf .new-time {
    width: 24%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.new-top ul li a .new-text .new-clf .new-time h3 {
    text-align: center;
    color: #333;
    font-size: 36px;
    font-weight: bold;
    font-family: Arial;
}

.new-top ul li a .new-text .new-clf .new-time h3 span {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-top: 10px;
}

.new-top ul li a .new-text .new-clf .new-time::after {
    position: absolute;
    content: '';
    height: 68px;
    width: 1px;
    background-color: rgba(221, 221, 221, 0.4);
    top: 5px;
    left: 30%;
}

.new-top ul li a .new-text .new-more {
    display: block;
    width: 120px;
    line-height: 34px;
    background-color: #053e95;
    color: #fff;
    text-align: center;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 20px;
    transition: all .5s ease;
}

.new-top ul li a:hover .new-text .new-more {
    background-color: #0dad3b;
}

.new-top ul li a:hover .new-text h3 {
    color: #053e95;
}

.new-rem {
    padding-top: 40px;
}

.new-rem ul li {
    float: left;
    width: 50%;
}

.new-rem ul li:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

.new-rem ul li a {
    width: 93%;
    display: block;
}

.new-rem ul li a h3 {
    font-size: 18px;
    color: #333;
    transition: all .5s ease;
    display: -webkit-box;
    /**å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹å±•ç¤º**/
    -webkit-box-orient: vertical;
    /**è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å­å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼**/
    -webkit-line-clamp: 1;
    /**æ˜¾ç¤ºçš„è¡Œæ•°**/
    overflow: hidden;
    /**éšè—è¶…å‡ºçš„å†…å®¹**/
}

.new-rem ul li a h3 span {
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 2px #999;
    margin-right: 10px;
    transition: all .5s ease;
}

.new-rem ul li a p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 20px;
    display: -webkit-box;
    /**å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹å±•ç¤º**/
    -webkit-box-orient: vertical;
    /**è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å­å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼**/
    -webkit-line-clamp: 2;
    /**æ˜¾ç¤ºçš„è¡Œæ•°**/
    overflow: hidden;
    /**éšè—è¶…å‡ºçš„å†…å®¹**/
}

.new-rem ul li a .time {
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 25px;
}

.new-rem ul li a:hover h3 {
    font-weight: bold;
    color: #053e95;
}

.new-rem ul li a:hover h3 span {
    border: solid 2px #053e95;
}

.new-right {
    float: right;
    width: 32%;
}

.new-tit h3 {
    float: left;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
}




.new-list {
    padding-top: 25px;
}

#ydemo {
    overflow: hidden;
    position: relative;
    height: 410px;
}

.new-list ul li a {
    display: block;
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: dashed 1px #ddd;
}

.new-list ul li a h3 {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    background: url(//cdn.myxypt.com/6f95e47b/23/08/4af60b2cfda9a5df0f972240df1ed97585e266a1.png)no-repeat left center;
    padding-left: 45px;
    display: -webkit-box;
    /**å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹å±•ç¤º**/
    -webkit-box-orient: vertical;
    /**è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å­å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼**/
    -webkit-line-clamp: 1;
    /**æ˜¾ç¤ºçš„è¡Œæ•°**/
    overflow: hidden;
    /**éšè—è¶…å‡ºçš„å†…å®¹**/
}

.new-list ul li a p {
    background: url(//cdn.myxypt.com/6f95e47b/23/08/cafc3259c197db77ec33371be7c5a3b0af60dc61.png)no-repeat left top;
    font-size: 14px;
    color: #999;
    line-height: 26px;
    padding-left: 45px;
    margin-top: 10px;
    display: -webkit-box;
    /**å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹å±•ç¤º**/
    -webkit-box-orient: vertical;
    /**è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å­å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼**/
    -webkit-line-clamp: 2;
    /**æ˜¾ç¤ºçš„è¡Œæ•°**/
    overflow: hidden;
    /**éšè—è¶…å‡ºçš„å†…å®¹**/
}

.new-list ul li a:hover h3 {
    color: #053e95;
}



@media(max-width:1299px) {
    #ydemo {
        height: 390px;
    }
}

@media(max-width:1199px) {
    .news {
        padding: 50px 0;
    }

    .new-show {
        margin-top: 40px;
    }

    .new-top ul li a .new-text {
        padding-top: 0;
    }

    .new-top ul li a .new-text h3.tit {
        font-size: 17px;
    }

    .new-top ul li a .new-text .new-clf {
        margin-top: 10px;
    }

    .new-top ul li a .new-text .new-more {
        margin-top: 10px;
    }

    .new-top {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .new-tit ul li,
    .new-tit h3 {
        font-size: 20px;
    }

    .new-tit ul li::after {
        margin-top: 10px;
    }

    .new-tit h3 {
        margin-bottom: 19px;
    }

    .new-list {
        padding-top: 20px;
    }

    .new-rem {
        padding-top: 20px;
    }

    .new-rem ul li a h3 {
        font-size: 16px;
    }

    .new-rem ul li a p {
        margin-top: 15px;
    }

    .new-rem ul li a .time {
        margin-top: 15px;
    }

    .new-list ul li a {
        padding: 10px 0;
    }

    .new-list ul li a h3 {
        font-size: 16px;
    }

    .new-list ul li a p {
        line-height: 22px;
        margin-top: 5px;
        font-size: 13px;
    }

    #ydemo {
        height: 305px;
    }
}

@media(max-width:991px) {
    .new-top ul li a .new-text .new-clf .new-time {
        display: none;
    }

    .new-top ul li a .new-text .new-clf .text {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 12px;
        line-height: 20px;
    }

    .new-top ul li a .new-text .new-more {
        width: 90px;
        line-height: 28px;
        font-size: 12px;
    }

    #ydemo {
        height: 270px;
    }

    .news {
        padding: 40px 0;
    }

    .new-show {
        margin-top: 30px;
    }
}

@media(max-width:767px) {
    .new-left {
        width: 100%;
    }

    .new-right {
        width: 100%;
        margin-top: 30px;
    }

    .new-list ul li a p {
        line-height: 28px;
    }
}

@media(max-width:425px) {
    .new-top {
        display: none;
    }

    .new-rem ul li {
        width: 100%;
    }

    .new-rem ul li:nth-child(2) {
        display: block;
        margin-top: 20px;
        border-top: dashed 1px #ddd;
        padding-top: 20px;
    }

    .new-tit ul li:nth-child(2) {
        margin-left: 40px;
    }

    .new-tit ul li+li::before {
        left: -19px;
    }
}










/*友情链接*/
.f_link{background:#1c53a0;font-size:16px;color:#fff;padding:23px 0;}
.f_link a{color:#fff;opacity:.7;font-size:14px;padding:0 8px;}




/*页面底部*/
.foot{background:#333;padding:55px 0 10px;}
.wh2{max-width:1450px;margin:0 auto;padding:0 15px;}
.f_nav{width:36.27%;float:left;}
.f_nav dl{float:left;width:33.33%;}
.f_nav dt{margin-bottom:30px;font-size:18px;color:#fff;}
.f_nav dd a{font-size:14px;color:#fff;line-height:30px;opacity:.5;}

.foot2{width:31.69%;}
.gsm{margin-bottom:30px;font-size:24px;color:#fff;}
.lx{font-size:16px;color:#fff;opacity:.5;line-height:30px;}

.foot3{width:18.17%;}
.lytt{font-size:18px;color:#fff;}

.foot4{width:6.9%;}
.foot4 img{width:100%;display:block;}
.foot4 li{width:100%;text-align:center;}
.foot4 h3{color:#fff;font-size:16px;font-weight:300;margin:13px 0 21px;}


.bq{line-height:22px;color:rgba(255,255,255,.5);font-size:14px;background:#333333;padding:20px 0;}
.bq a{color:rgba(255,255,255,.5);}

@media (max-width:768px){
  .bq{line-height:22px;color:rgba(255,255,255,.5);font-size:14px;background:#333333;padding:30px 0;}
  }


@media (max-width:1024px) {
  .f_nav dt{font-size:16px;}
  .gsm{font-size:21px;margin-bottom:25px;}
  .lx{font-size:14px;}
}


@media (max-width:768px) {
  .f_nav{display:none;}
  .foot4{display:none;}
  .foot2{width:45%;}
  .foot3{width:45%;float:right;}
}

@media (max-width:425px) {
  .foot{padding:28px 0 0px;}
  .foot2{width:100%;float:none;}
  .foot3{display:none;}
  .gsm{font-size:20px;margin-bottom:15px;}
  .lx{line-height:25px;font-size:13px;}
  .bq{padding:15px 0;font-size:13px;    margin-bottom: 50px;}
}


/*内页左侧样式*/
.container{width: 1200px!important;margin: 0 auto;padding: 0;}
.page-product-inquiry a{color: #fff;}


@media (max-width: 768px) {
 .x-banner{margin-top:60px;}
 .page-banner{margin-top:60px;}
 .xypg-right-content img{max-width:100%!important;width:auto!important;height:auto!important;}
}


/*手机底部*/
@media (max-width:768px){
 .db{display:block!important;}
}


.dbb{height:50px;}



.x-message {

}

.x-message-wrap {

}


.x-message-wrap .row {
    margin-left: -5px;
    font-size: 0;
    margin-right: -5px;
}

.x-message-wrap div[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.x-message-wrap input[type='text'], .x-message-wrap textarea {
    width: 100%;
    height: 35px;
    border: 1px solid #fff;
    padding: 0 12px;
    font-size: 16px;
    color:#fff;
    background:none;
    outline: none;
    margin-top:18px;
    margin-bottom: 10px;
}

.x-message-wrap input[type='text']::-webkit-input-placeholder, .x-message-wrap textarea::-webkit-input-placeholder {
    color:#fff;
}

.x-message-wrap input[type='text']::-moz-placeholder, .x-message-wrap textarea::-moz-placeholder {
    color:#fff;
}

.x-message-wrap input[type='text']::-ms-input-placeholder, .x-message-wrap textarea::-ms-input-placeholder {
    color:#fff;
}

.x-message-wrap input[type='text']::placeholder, .x-message-wrap textarea::placeholder {
    color:#fff;
}

.x-message-wrap textarea {
    padding-top: 5px;
    height: 75px;
    resize: none;
}

.x-message-wrap #checkcode {
    float: left;
    width:45%;
    margin-bottom: 0;border-radius:0;
}

.x-message-wrap #codeimg2 {
    float: right;
    display: block;
    text-align: center;
    width:45%;
    height: 35px;
    font-size: 0;
    background: #e7e4e4;margin-top:18px;
}

.x-message-wrap #codeimg2 img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap .checkCodeImg:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap .checkCodeImg img {
    cursor: pointer;
}

.x-message-wrap .x-submit {
    float:left;
    width:35%;
    height: 27px;
    background: #1c53a0;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;margin-top:18px;
}

.x-message-wrap .reset {
    float:left;
    width:35%;margin-left:5%;
    height: 27px;
    background:none;border:1px solid #fff;
    color: #fff;
    font-size: 14px;
    outline: none;margin-top:18px;
}


.x-message-wrap .x-submit:hover {
    background: #1c53a0;
}
.n-default .n-invalid {
    border-color: #1c53a0 !important;
}

